This is just a proof of concept (poc)

First of all you will want to deploy the server.exe on a different machine, theoretically the same machine would also work.
Then open the client.au3 in the "2 Scite has to run this" folder and edit the $sTargetMachineIP.
Then compile the script. The already compiled .exe is set to connect to 127.0.0.1 at port 1225.


Then its time to edit SciTE's configuration to run the client.exe

1. Open your scite properties folder (C:\Program Files (x86)\AutoIt3\SciTE\Properties)
2. Make a backup of "au3.properties" !
3. Then open "au3.properties" in a text editor
4. find line "command.go.$(au3)"
5. replace everything after the "="		with		 "path to client.exe" "$(FilePath)"
	where "path to client.exe" is the path to the client.exe located in the "2 Scite has to run this" folder.
6. save the "au3.properties"

7. Now you can run any of the testing scripts

Note: The server will automatically close still running scripts if the client disconnects.

Once you no longer want to run this then just replace the "au3.properties" file with your backup. And everything will be like before.
